Home:ALL Converter>React Native application doesn't show up on settings in iOS

React Native application doesn't show up on settings in iOS

Ask Time:2022-02-08T03:52:26         Author:FR073N

Json Formatter

My config:

react-native: 0.66.3
xcode: 13.2.1

When deploying an application to the simulator, or to real device, I cannot access the settings page of the app in iOS.

I have a button that asks for user location, and I should at least see it on the settings page.

I tried to deploy the application on release variant, but same thing. I checked some solution on the web, and I found a solution with many upvote but it still did not do the trick.

Maybe there is a way to generate a Settings.bundle with cocoa based to the permission that we have ?

Author:FR073N,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/71024555/react-native-application-doesnt-show-up-on-settings-in-ios
yy